.artigo-minit {
    font-size: 1rem;
    font-weight: bold;
}

.minisubt {
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
}

.artigo-titulo {
    font-size: 2rem;
    padding-bottom: 1rem;
}

.artigo-caput {
    font-size: 1rem;
    padding-bottom: 1rem;
    text-align: justify;
}

.artigo-conteudo {
    font-size: 1rem;
    padding-bottom: 1rem;
    text-align: justify;
}

.a-nav {
    display: flex;
    justify-content: space-around;
}

.a-nav-btn {
    flex-grow: 1;
    display: flex;
    align-items: center;
}

.a-nav-btn-left {
    justify-content: space-between;
}

.a-nav-btn-right {
    justify-content: space-between;
}

.a-nav-label {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    flex-grow: 2;
}
